09. Array Properties and Methods
Array Properties and Methods
Array Properties and Methods
TIP: JavaScript provides a large number of built-in methods for modifying arrays and accessing values in an array, check out the MDN Documentation, or type
[]
. into the JavaScript console for a list of all the available Array methods.